home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / Editor.nib / classes.nib next >
Encoding:
Text File  |  2005-04-06  |  2.2 KB  |  66 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {openEditor = id; selectSet = id; }; 
  5.             CLASS = AppController; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSObject; 
  8.         }, 
  9.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  10.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  11.         {
  12.             ACTIONS = {setDirectiveSetClass = id; }; 
  13.             CLASS = SVUeditorDescriptionTabController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 "_directiveSetClass" = NSButton; 
  17.                 "_directiveSetDescription" = NSTextField; 
  18.                 "_directiveSetDocument" = SVUeditorDocument; 
  19.             }; 
  20.             SUPERCLASS = NSObject; 
  21.         }, 
  22.         {
  23.             ACTIONS = {
  24.                 addItem = id; 
  25.                 browserDoubleClick = id; 
  26.                 browserSingleClick = id; 
  27.                 removeItem = id; 
  28.             }; 
  29.             CLASS = SVUeditorDirectivesTabController; 
  30.             LANGUAGE = ObjC; 
  31.             OUTLETS = {
  32.                 "_addItemButton" = NSButton; 
  33.                 "_directiveSetDocument" = SVUeditorDocument; 
  34.                 "_directivesTable" = NSTableView; 
  35.                 "_itemBrowser" = NSBrowser; 
  36.                 "_removeItemButton" = NSButton; 
  37.             }; 
  38.             SUPERCLASS = NSObject; 
  39.         }, 
  40.         {
  41.             CLASS = SVUeditorDocument; 
  42.             LANGUAGE = ObjC; 
  43.             OUTLETS = {"_closeButton" = NSButton; }; 
  44.             SUPERCLASS = NSDocument; 
  45.         }, 
  46.         {
  47.             ACTIONS = {addSet = id; removeSet = id; }; 
  48.             CLASS = SVUeditorIncludesTabController; 
  49.             LANGUAGE = ObjC; 
  50.             OUTLETS = {
  51.                 "_addSetButton" = NSButton; 
  52.                 "_directiveSetDocument" = SVUeditorDocument; 
  53.                 "_includesTable" = NSTableView; 
  54.                 "_removeSetButton" = NSButton; 
  55.             }; 
  56.             SUPERCLASS = NSObject; 
  57.         }, 
  58.         {
  59.             CLASS = SVUeditorTableHeaderView; 
  60.             LANGUAGE = ObjC; 
  61.             SUPERCLASS = NSTableHeaderView; 
  62.         }, 
  63.         {CLASS = SVUeditorTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }
  64.     ); 
  65.     IBVersion = 1; 
  66. }